home *** CD-ROM | disk | FTP | other *** search
- | > !PipeDream.!Run
- |
- | PipeDream 3.06 (16-Oct-89)
- |
- Set PipeDream$Dir <Obey$Dir>
- |
- | Set up file types
- |
- RMEnsure internationalkeyboard 0.17 RMreinit internationalkeyboard
- RMKill internationalkeyboard
- Alphabet BFONT
- IconSprites <PipeDream$Dir>.!Sprites
- SetMacro Alias$@RunType_DDE Run <PipeDream$Dir>.!Run %%*0
- SetMacro Alias$@PrintType_DDE Run <PipeDream$Dir>.!Run -Print %%*0
- Set File$Type_DDE PDream
- SetMacro Alias$@RunType_D21 Run <PipeDream$Dir>.!Run -Macro %%*0
- Set File$Type_D21 PDMacro
- |
- | Ensure we have FPEmulator
- |
- RMEnsure FPEmulator 2.70 If "<System$Path>" = "" then Error 0 System resources cannot be found
- RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
- RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later
- |
- | Ensure we have ColourTrans
- |
- RMEnsure ColourTrans 0.51 If "<System$Path>" = "" then Error 0 System resources cannot be found
- RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
- RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
- |
- | Ensure we have the shared C library
- |
- Set PipeDream$CLibLoaded 1
- RMEnsure SharedCLibrary 0.00 Set PipeDream$CLibLoaded 0
- If PipeDream$CLibLoaded=0 then If "<System$Path>" = "" then Error 0 System resources cannot be found
- If PipeDream$CLibLoaded=0 then RMLoad System:Modules.CLib
- RMEnsure SharedCLibrary 3.40 Error You need SharedCLibrary 3.40 or later
- Unset PipeDream$CLibLoaded
- |
- If "<PipeDream$Path>" = "" then Obey <PipeDream$Dir>.!Path
- |
- | Allocate fixed memory for documents
- |
- WimpSlot -min 432k -max 432k
- WimpSlot -min 384k -max 384k
- |
- | Go, Go, Go
- |
- Run <PipeDream$Dir>.!RunImage %*0
-